-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added CSSBattle to Miscellaneous links #216
Conversation
@@ -272,6 +272,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs | |||
* [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `<div>`. Many possibilities. | |||
* [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components. | |||
* [Xpath-to-selector](https://github.com/steambap/xpath-to-selector) - Convert xpath to css selector. | |||
* [CSSBattle](https://cssbattle.dev/) - An online CSS Code Golfing game. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rithish288 Please add in correct alphabetical order.
WalkthroughThe changes in Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
README.md (1)
275-275
: Update list style and position for consistency.The new entry for CSSBattle is a great addition to the Miscellaneous section. However, there are two minor issues to address:
- Use a dash (-) instead of an asterisk (*) for consistency with the rest of the list items in this document.
- Place the entry in alphabetical order within the list.
Here's the suggested change:
- * [CSSBattle](https://cssbattle.dev/) - An online CSS Code Golfing game. + - [CSSBattle](https://cssbattle.dev/) - An online CSS Code Golfing game.After making this change, please move the entry to its correct alphabetical position within the list.
🧰 Tools
🪛 Markdownlint
275-275: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- README.md (1 hunks)
🧰 Additional context used
🪛 Markdownlint
README.md
275-275: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
What does this PR do?
Which issue is this PR related to?
Does this PR follows our [contribution guidelines]
Summary by CodeRabbit